home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / w00os / shared / include / data.inc < prev    next >
Encoding:
Text File  |  1998-12-31  |  764 b   |  25 lines

  1. ; this file includes basic data structures, macros, etc.
  2. ; ------------------------------------------------------
  3.  
  4. ;---------------------------------------------------------
  5. ; data and macro definitions
  6. ;---------------------------------------------------------
  7.  
  8.     ; boot/halt messages
  9.     bootnum db 0        ; stores the boot drive #
  10.  
  11.     bootmsg db 'Now loading w00os/ShokOS (off drive ',0
  12.     bootdrv db 0,':)',0ah,0dh,0
  13.  
  14.     haltmsg db 0ah,0dh,'System is now halted',0ah,0dh,0
  15.     rebootmsg db 0ah,0dh,'Now rebooting system...',0ah,0dh,0
  16.  
  17.     ; --------------------------------------
  18.  
  19.     sectreaderrmsg db 0ah,0dh,'Error reading sectors from boot disk'
  20.                db 0ah,0dh,0 
  21.  
  22.     ; --------------------------------------
  23.  
  24.     keymsg db 'Hit any key to continue...',0
  25.